Skip to content

Update Web server stack to v12.1.10#4595

Closed
solrbot wants to merge 2 commits into
apache:mainfrom
solrbot:renovate/web-server-stack
Closed

Update Web server stack to v12.1.10#4595
solrbot wants to merge 2 commits into
apache:mainfrom
solrbot:renovate/web-server-stack

Conversation

@solrbot

@solrbot solrbot commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Type Update Change
org.eclipse.jetty:jetty-xml (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-util (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-start (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-session (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-server (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-security (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-rewrite (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-jmx (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-io (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.http2:jetty-http2-server (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.http2:jetty-http2-client-transport (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.http2:jetty-http2-hpack (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.http2:jetty-http2-common (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.http2:jetty-http2-client (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-http (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.ee10:jetty-ee10-webapp (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.ee10:jetty-ee10-servlets (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.ee10:jetty-ee10-servlet (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-deploy (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-client (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-alpn-server (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-alpn-java-server (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-alpn-java-client (source) dependencies minor 12.0.3412.1.10

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Every minute (* * * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot

@solrbot solrbot added the exempt-stale Prevent a PR from going stale label Jul 2, 2026
@solrbot

solrbot commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: ./gradlew resolveAndLockAll collectJarInfos --write-locks
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java:223: warning: [removal] <E>BlockingArrayQueue(int,int) in BlockingArrayQueue has been deprecated and marked for removal
      BlockingArrayQueue<Runnable> queue = new BlockingArrayQueue<>(256, 256);
                                           ^
  where E is a type-variable:
    E extends Object declared in class BlockingArrayQueue
error: warnings found and -Werror specified
Note: /tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
1 warning
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:solrj-jetty:compileJava' (registered by plugin class 'org.gradle.api.plugins.JavaBasePlugin').
> Compilation failed; see the compiler output below.
  Note: /tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java uses or overrides a deprecated API.
  Note: Recompile with -Xlint:deprecation for details.
  error: warnings found and -Werror specified
  /tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java:223: warning: [removal] <E>BlockingArrayQueue(int,int) in BlockingArrayQueue has been deprecated and marked for removal
        BlockingArrayQueue<Runnable> queue = new BlockingArrayQueue<>(256, 256);
                                             ^
    where E is a type-variable:
      E extends Object declared in class BlockingArrayQueue
  1 error
  1 warning

* Try:
> Check your code and dependencies to fix the compilation error(s)

BUILD FAILED in 29s

File name: undefined
Command failed: ./gradlew updateLicenses
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java:223: warning: [removal] <E>BlockingArrayQueue(int,int) in BlockingArrayQueue has been deprecated and marked for removal
      BlockingArrayQueue<Runnable> queue = new BlockingArrayQueue<>(256, 256);
                                           ^
  where E is a type-variable:
    E extends Object declared in class BlockingArrayQueue
error: warnings found and -Werror specified
Note: /tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
1 warning
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:solrj-jetty:compileJava' (registered by plugin class 'org.gradle.api.plugins.JavaBasePlugin').
> Compilation failed; see the compiler output below.
  Note: /tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java uses or overrides a deprecated API.
  Note: Recompile with -Xlint:deprecation for details.
  error: warnings found and -Werror specified
  /tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java:223: warning: [removal] <E>BlockingArrayQueue(int,int) in BlockingArrayQueue has been deprecated and marked for removal
        BlockingArrayQueue<Runnable> queue = new BlockingArrayQueue<>(256, 256);
                                             ^
    where E is a type-variable:
      E extends Object declared in class BlockingArrayQueue
  1 error
  1 warning

* Try:
> Check your code and dependencies to fix the compilation error(s)

BUILD FAILED in 27s

@janhoy

janhoy commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Handled in #4574

@janhoy janhoy closed this Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants